home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00050_levelButLogInScript.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  224 b   |  9 lines

  1. on mouseDown
  2.   global gLevelObject
  3.   startBuffering()
  4.   set level to the clickOn - the firstLevelButton of gLevelObject + 1
  5.   redrawLevelButtons(gLevelObject, level)
  6.   playLevelSound(gLevelObject, level)
  7.   flushBuffer()
  8. end
  9.